projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf95757
)
(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 23 Jul 1997 20:56:12 +0000
(20:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 23 Jul 1997 20:56:12 +0000
(20:56 +0000)
Add ".clo" for latex-mode.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index e11017d4fd322977779c49030c9f1a6f4dbc836a..ad8aa5aee6deb558b48dbda4734632b613cda72e 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1116,8
+1116,11
@@
run `normal-mode' explicitly."
("\\.TeX\\'" . tex-mode)
("\\.sty\\'" . latex-mode)
("\\.cls\\'" . latex-mode) ;LaTeX 2e class
+ ("\\.clo\\'" . latex-mode) ;LaTeX 2e class option
("\\.bbl\\'" . latex-mode)
("\\.bib\\'" . bibtex-mode)
+ ("\\.mf\\'" . metafont-mode)
+ ("\\.mp\\'" . metapost-mode)
("\\.article\\'" . text-mode)
("\\.letter\\'" . text-mode)
("\\.tcl\\'" . tcl-mode)